home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global comp_elem, warmsunr, warmsung, warmsunb, warmskyr, warmskyg, warmskyb, warmhillsr, warmhillsg, warmhillsb, warmtreesr, warmtreesg, warmtreesb, coolsunr, coolsung, coolsunb, coolskyr, coolskyg, coolskyb, coolhillsr, coolhillsg, coolhillsb, cooltreesr, cooltreesg, cooltreesb
- warmsunr = 255
- warmskyr = 255
- warmhillsr = 255
- warmtreesr = 255
- coolsung = 255
- coolskyg = 255
- coolhillsg = 255
- cooltreesg = 255
- warmsung = 0
- warmsunb = 0
- warmskyg = 0
- warmskyb = 0
- warmhillsg = 0
- warmhillsb = 0
- warmtreesg = 0
- warmtreesb = 0
- coolsunr = 0
- coolsunb = 0
- coolskyr = 0
- coolskyb = 0
- coolhillsr = 0
- coolhillsb = 0
- cooltreesr = 0
- cooltreesb = 0
- showit(185, 187)
- hideit(188, 190)
- showit(191, 191)
- hideit(192, 197)
- showit(198, 200)
- hideit(201, 202)
- showit(203, 203)
- set the constraint of sprite 38 to 37
- repeat with comp_elem = 47 to 50
- sprite(comp_elem).color = rgb(255, 0, 0)
- set the blend of sprite comp_elem to 50
- end repeat
- repeat with comp_elem = 51 to 54
- sprite(comp_elem).color = rgb(0, 255, 0)
- set the blend of sprite comp_elem to 50
- end repeat
- end
-